From: Brian Wolff Date: Thu, 27 Oct 2016 08:09:11 +0000 (+0000) Subject: Add first letter data for bn collation (Standard and Traditional) X-Git-Tag: 1.31.0-rc.0~4851^2 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=779aa4ce5abc256f334ecb3495a399ec1e96669e;p=lhc%2Fweb%2Fwiklou.git Add first letter data for bn collation (Standard and Traditional) This is based solely on looking at the bn.txt collation data file. It has not been tested by native speakers. Bug: T148885 Change-Id: Ide926bc5ee8752269ef6a1bfe972e19b7188d193 --- diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index e6b773c5e4..7b4fce6f27 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -100,6 +100,12 @@ class IcuCollation extends Collation { 'be' => [ "Ё" ], 'be-tarask' => [ "Ё" ], 'bg' => [], + 'bn' => [ 'ং', 'ঃ', 'ঁ' ], + 'bn@collation=traditional' => [ + 'ং', 'ঃ', 'ঁ', 'ক্', 'খ্', 'গ্', 'ঘ্', 'ঙ্', 'চ্', 'ছ্', 'জ্', 'ঝ্', + 'ঞ্', 'ট্', 'ঠ্', 'ড্', 'ঢ্', 'ণ্', 'ৎ', 'থ্', 'দ্', 'ধ্', 'ন্', 'প্', + 'ফ্', 'ব্', 'ভ্', 'ম্', 'য্', 'র্', 'ৰ্', 'ল্', 'ৱ্', 'শ্', 'ষ্', 'স্', 'হ্' + ], 'bo' => [], 'br' => [ "Ch", "C'h" ], 'bs' => [ "Č", "Ć", "Dž", "Đ", "Lj", "Nj", "Š", "Ž" ],